home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / status_server < prev    next >
Text File  |  2001-03-21  |  580b  |  19 lines

  1. Synopsis:
  2.    set status_server [<text>]
  3.  
  4. Description:
  5.    This variable contains the string displayed in the status bar when the
  6.    client is connected to a server in the current window.  If the client
  7.    is not connect to a server in the current window, nothing is shown.
  8.  
  9.    This string is represented by %S in the STATUS_SERVER string.  If the
  10.    expando is used inside STATUS_SERVER, it expands to the server name.
  11.  
  12. Examples:
  13.    Customizing the current server indicator:
  14.       /set status_server Server: %S
  15.  
  16. See Also:
  17.    set(4) status_format; server(1)
  18.  
  19.